window: Avoid double event processing in the multipress event controller
authorCarlos Garnacho <carlosg@gnome.org>
Tue, 27 May 2014 10:14:17 +0000 (12:14 +0200)
committerCarlos Garnacho <carlosg@gnome.org>
Tue, 27 May 2014 15:47:12 +0000 (17:47 +0200)
commita8e833dc5ce32b46dd4d109aaaaf8f6c2837248f
tree45fac1d88fed69c4f8a59fcacf8ce1424d0af2b5
parent9f8bd7a2bc54e850af0428006cc36d3e22ae2a2c
window: Avoid double event processing in the multipress event controller

The events to those are fed outside the regular event propagation scheme,
through _gtk_window_check_handle_wm_event(), so set the controller to
GTK_PHASE_NONE so events aren't processed first manually, and then
automatically.
gtk/gtkwindow.c